cssvalue: Fix copy/paste error
authorBenjamin Otte <otte@redhat.com>
Tue, 20 Nov 2012 11:10:23 +0000 (12:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 20 Nov 2012 11:11:07 +0000 (12:11 +0100)
Introduced in e3f407a7.

gtk/gtkcsscolorvalue.c

index 0dfbfde85172e15f940e264dde69dc3708dd8095..39e1a3c9bd54fc524f52636b2875c5c7bef8ebae 100644 (file)
@@ -434,7 +434,7 @@ gtk_css_value_color_print (const GtkCssValue *value,
         g_string_append (string, ", ");
         _gtk_css_value_print (value->sym_col.mix.color2, string);
         g_string_append (string, ", ");
-        g_ascii_dtostr (factor, sizeof (factor), value->sym_col.alpha.factor);
+        g_ascii_dtostr (factor, sizeof (factor), value->sym_col.mix.factor);
         g_string_append (string, factor);
         g_string_append (string, ")");
       }